react-server675fbba4
react-serverfilesexamplestyped-file-routerpagesdashboard@content[[...slug]].tsx
examples/typed-file-router/pages/dashboard/@content/[[...slug]].tsxtsx153 Bd0702051
export default function ContentDefault() {
  return (
    <div style={{ color: "#999" }}>
      <p>Select an item to view content.</p>
    </div>
  );
}